Skip to content

Public copy of the northcoders trello clone (react only, no persistence, css)

Notifications You must be signed in to change notification settings

bluerface/public-nc-trello-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trello Clone

See it hosted:
https://trello-clone-zlawrence.herokuapp.com/M

Installation Instructions

  1. Clone the project into your desired folder
  2. Make sure you have node and npm installed
  3. Install all dependencies:
    $ npm i
  4. To serve the code, run one of the two servers;
    Run the webpack dev server (served to localhost:8080);
    $ npm run dev
    Or use the express production server (served to localhost:3000);
    $ npm run build
    $ npm start
  5. Run the tests;
    $ npm test

Technologies Used

  • React
  • Bulma css framework
  • Css

About

Public copy of the northcoders trello clone (react only, no persistence, css)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published