Create React Porfolio is a simple portfolio template using the latest web design technologies.
The client directory is for front end design. The server directory is for node mailer. The following commands are for both directories.
cd client or server
npm install
npm start
These commands are available in the /client directory
npm run start
- starts the development server with hot reloading enablednpm run build
- bundles the code into build folder for deploymentnpm run deploy
- builds and deploys the app to Github Pages