Based on the LHL final project StartDuck, StartDuck2 is a productivity app re-built with React Hooks, React Router, Ant Design UI Framework for front-end, Express.js for server, and PostgreSQL for database.
- Open TWO terminals
- In one terminal, run
bundle
to install the dependencies. - Run
bin/rake db:setup
to create the databases (called rails_project_development by default). - Run
bin/rails s
to run the server. - In the other terminal,
cd
intoclient
. - Run
npm install
. - Run
npm start
- Visit
localhost:3000
in your browser.
- Express
- PostgreSQL
- React
- Antd
- Axios
- React-router
- Universal-cookie