Skip to content

ibqn/lead-manager-react

Repository files navigation

General info

This project was created with

npx create-react-app lead-manager-react

Getting started

yarn start

Mockup REST api

To test REST api end-point, run the following command

yarn run rest-api

Replace node-sass with sass

Simply replace your node-sass package with sass and enjoy faster builds and quicker installs:

rm -rf node_modules
npm install node-sass@npm:sass -D --legacy-peer-deps