Skip to content

tolulomo/Luke-Research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script

  • "build:css": "postcss src/styles/App.css -o src/style.css",
  • "watch:css": "postcss src/styles/App.css -o src/style.css -w",
  • "start:app": "react-scripts start",
  • "start": "npm-run-all -p watch:css start:app",
  • "build:app": "react-scripts build",
  • "build": "npm-run-all build:css build:app",

run npm run start:app to start the app.

Misc

Redux was used for state management to ensure pure functional component. In some component, the component state are used to handle form submission.

About

A react/redux Desktop-based web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published