Skip to content

Dankovk/test-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-redux-kit

Installation

Install all dependencies.

$ npm install

Development

Builds the application and starts a webserver with livereload. By default the webserver starts at port 9000.

$ npm start

Build

Builds a minified version of the application in the dist folder.

$ gulp build --type production

Javascript

Javascript entry file: app/scripts/main.js

ES6 with babel

Build system is working with the webpack babel loader in order to load .js/.jsx files. Babel allows to use ES6 features like class, arrow functions and much more.

###Requirements

  • node
  • npm
  • gulp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published