Skip to content

Very simple to-do lists application, to get familiar with ReactJS

Notifications You must be signed in to change notification settings

mleray/todo-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very simple application based on ReactJS, to manage todo lists

Before starting the app, make sure that you have both NodeJS and npm installed.

Move to the app folder and type the following commands to install necessary packages:

npm install react react-dom --save
npm install babel webpack webpack-dev-server -g
npm install babel-loader babel-core babel-preset-es2015 babel-preset-react

Then, type the following to launch the app:

npm install
npm start

The application will start on your local machine, at http://localhost:3333/

About

Very simple to-do lists application, to get familiar with ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published