Skip to content

meman/redux-todomvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an implementation of TodoMVC built using:

Getting Started

Requirement:

  • NodeJS 4+

Install dependencies:

npm install

Running production server

npm start

Visit http://localhost:8000/.

Note: This will run the pre-built JavaScript files, if you want to play around with the source you need to run the development server with webpack dev server (See below).


Running development server

Run webpack dev server (for assets):

npm run start

Visit http://localhost:8000/.

Testing

To run tests, use:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages