Applictaion made in NLW course of Rocketset, involves tecnoligies like React, NodeJs and Typescript
This app features all the latest tools and practices in web development!
- React Js — A JavaScript library for building user interfaces
- Node Js — A web framework for Node Js
Fisrt you need the NLW-backend that can be found on my repository, then clone down this repository. You will need node
and npm
installed
globally on your machine, and go to project directory:
Installation:
npm install
This command install all necessary dependencies to run application.
To Start Server:
npm start
to run the application
To Visit App:
localhost:19002
Installation:
yarn
This command install all necessary dependencies to run application.
To Start Server:
yarn start
to run application in a local server
To Visit App:
localhost:19002
This project is licensed under the MIT License - see the LICENSE page for details