/webapp-react-template

TypeScript, React, and Sass

Primary LanguageJavaScript

React Web App Template

Set up

npm install

Scripts

Development

Run the development server

npm run dev

Stop the development server

npm run stop-dev

Production

Start the production server. Note: This cleans and builds for you.

npm start

Build the distribution

npm run build

Clean the distribution

npm run clean