This project is a foundation for building custom applications using React and Node.js.
You will need Nodejs installed. If you are working on multiple projects, it may be a good idea to install the latest version of Node using nvm.
Follow the steps below to get the app running on your local machine:
- Run
yarn install
. - Run
yarn dev
. - Open your browser to
http://localhost:3000
.
Name | Description |
---|---|
dev | Run in development mode |
test | Run Jest using defaults |
start | Run in production mode |
prettier | Format all JS code in the src directory |
changelog | Generate changelogs since last tag |
Read more on the following topics in our included docs: