/FrontendWorkflow-II

A more in depth Webpack setup for react

Primary LanguageJavaScript

FrontendWorkflow-II

Installation

  1. Clone the repo
  2. Run npm i to install dependencies
  3. Run one of the following commands, depending on intent:

Production Build

npm run build

Development Build

npm run build-dev

Development Build, watching for file changes

npm run watch

Development Server on port:8080

npm start

Basic Support

  • Typescript support
  • Css
  • Sass Support
  • React Support
  • CSS Frameworks(Styled-components, emotion)

Hosting

I recommend hosting it on platforms that provides continual integration(CI), the likes of netlify and vercel, so that every time we push, or make a pull request, to the main branch our site automatically updates.