Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/avarel/reactts-template
- Owner: Avarel
- License: mit
- Created: 2020-08-15T21:03:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T10:22:32.000Z (2 months ago)
- Last Synced: 2024-10-30T02:28:23.055Z (about 2 months ago)
- Topics: pug, pugjs, react, reactjs, sass, scss, ts, typescript, webpack4
- Language: JavaScript
- Homepage:
- Size: 2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.