FrankHassanabad / franks-webpack-boilderplate

Boiler plate project for ReactJS, Webpack, Babel, ExpressJS, Prettier, SaSS, TypeScript, Lodash, DotEnv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example boilerplate code for React, Webpack, Babel, ExpressJS, SaSS, dotenv, prettier, and eslint

Boiler plate code

Install everything first

npm install

Building the bundle

npm run build

Starting the server. Visit http://localhost:3000 after it starts

npm start

lint checking

npm run lint

Watching everything from front end to backend for development.

npm run watch

Cleaning everything

npm run clean

Cleaning everything including the node_modules

npm run clean:everything

Running ci against everything which is building, linting, and any tests

npm run ci

About

Boiler plate project for ReactJS, Webpack, Babel, ExpressJS, Prettier, SaSS, TypeScript, Lodash, DotEnv

License:Other


Languages

Language:TypeScript 77.7%Language:JavaScript 17.7%Language:HTML 3.4%Language:SCSS 0.7%Language:Shell 0.5%