Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avarel/reactts-template

Webpack configuration for Pug/SCSS/TS + ReactJS workflow.
https://github.com/avarel/reactts-template

pug pugjs react reactjs sass scss ts typescript webpack4

Last synced: 9 days ago
JSON representation

Webpack configuration for Pug/SCSS/TS + ReactJS workflow.

Awesome Lists containing this project

README

        

# 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.