Skip to content

plbabin/books-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Books library

This project is to demo my ability with React, Mobx and Node.JS. It is fully functionnal.

This project was bootstrapped with Create React App.

Setup

The setup is for Mac user. Info on how to install Node.JS and Yarn on Windows or Linux is available on their web site

Install yarn and watchmen

brew install yarn
brew install watchman

Install dependancies

yarn install

yarn start

Runs the app in the development mode.
Open http://localhost:9000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn run build

Builds the app for production to the build folder.