Tonours / webpack-minimalist-starter

Simple webpack starter to have local dev environment for tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalist webpack starter

Minimalist starter to run local server to work with React, css-module.

Installation

  • Clone the repository $ git clone <repo>
  • Install Yarn Installation guide Yarn
  • Install NVM Installation guide for NVM
  • Go to directory and run $ nvm use
  • Run $ yarn install to install dependencies
  • To know which commands are available launch $ yarn run
  • Run local server with $ yarn run start
  • Build app with $ yarn run build

About

Simple webpack starter to have local dev environment for tests


Languages

Language:JavaScript 75.0%Language:HTML 13.2%Language:CSS 11.8%