dudasaus / webapp-react-template

TypeScript, React, and Sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TypeScript, React, and Sass


Languages

Language:JavaScript 35.4%Language:Shell 33.6%Language:TypeScript 27.6%Language:CSS 3.4%