/React-template

Just a quick template

Primary LanguageJavaScript

React Template

Spin Up Development Server

Simply execute the following command, the dev server will be running on port 10000.

npm run start

Execute tests

npm run test

Build the project for production

npm run build