am-abazari / Mern-Player

MongoDB - Reactjs - Nodejs - Expressjs Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB Reactjs Nodejs Expressjs Player

A M.E.R.N SPA Player

Img



  • React 17.0.2
  • TailwindCSS v3.0.23
  • Restful API
  • MongoDB
  • Nodejs
  • Expressjs
  • Latest Webpack , Babel 7 and Webpack Dev Server ,with Scope Hoisting enabled
  • ES6 linting with continuous linting on file change
  • Separate CSS stylesheets generation
  • Automatic HTML generation

Starting the dev server

Make sure you have the latest Stable or LTS version of Node.js installed.

  1. git clone https://github.com/am-abazari/Mern-Player/tree/main/frontend.git
  2. cd backend
  3. Run npm install or nodemon app.js
  4. Start the dev server using npm start
  5. cd ../frontend
  6. Run npm install or yarn install
  7. Start the dev server using npm start

Available Commands

  • npm start - start the dev server
  • npm clean - delete the dist folder
  • npm run build - create a optimized build in build folder

Code Coverage

The project is using the MongoDB Reactjs Nodejs Expressjs. All configurations are located in frontend/package.json & backend/package.json

The coverage report consists of an HTML reporter, which can be viewed in the browser and some helper coverage files like the coverage json file.

About Author

Amirhossein Abazari Full-Stack Web Developer

About

MongoDB - Reactjs - Nodejs - Expressjs Player


Languages

Language:JavaScript 95.7%Language:HTML 3.1%Language:CSS 1.2%