Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

wederchr/todo-app

Repository files navigation

Todo App

This project was migrated from meetup-workshop.

It is primarily used as a react test project. For usage see instructions below.

Requirements

Installation

  • git clone https://github.com/wederch/meetup-workshop.git
  • cd todo-app
  • npm install

Usage

  1. npm start
  2. Open browser at localhost:8080

Scripts

Command Purpose
npm start Start the app
npm test Run tests
npm run build:js Build the app.js file
npm run test:watch Run tests continuously (on save)
npm run dev Run the app in watch mode (reloads server and updates app.js on change)
Open browser at localhost:8081
Tipp for IntelliJ/ Webstorm users: Disable 'safe write' in settings
npm run watch:js Rebuild app.js on change
npm run watch:server Reload server on change

Todos

  • Add Redux with Immutable.js
  • Add environment specific webpack configuration
  • Add routing
  • Add RxJS
  • Add React Hot Loader/ Replace server.js with webpack dev server
  • Add npm publishing
  • Add server side rendering
  • Adhere to airbnb guidelines
  • Add i18n

About

React test application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published