Skip to content

NithishRaja/react-redux-less-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

setup

  • run npm install -g webpack webpack-dev-server less
  • run npm install

compiling

  • run npm run build to compile and visit http://127.0.0.1:8080

testing

  • run npm test
  • write your own tests inside tests folder