Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 419 Bytes

ReactTS Template

  • HTML templating with Pug.
  • CSS templating with SCSS/Sass.
  • Scalable JS with TypeScript and ReactJS.
  • Production and development Webpack configurations.

NPM Scripts

  • npm run build to build the /dist folder under production configuration.
  • npm run build:dev to build the /dist folder under development configuration.
  • npm run start to start the development server.