https://github.com/mohamedsamara/mern-boilerplate
:boom: Fullstack MERN Boilerplate with Webpack & TypeScript
https://github.com/mohamedsamara/mern-boilerplate
antdesign mongoose nodejs react sass typescript webpack
Last synced: 3 months ago
JSON representation
:boom: Fullstack MERN Boilerplate with Webpack & TypeScript
- Host: GitHub
- URL: https://github.com/mohamedsamara/mern-boilerplate
- Owner: mohamedsamara
- License: mit
- Created: 2019-11-12T03:26:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T00:38:16.000Z (over 5 years ago)
- Last Synced: 2025-08-06T19:49:49.926Z (12 months ago)
- Topics: antdesign, mongoose, nodejs, react, sass, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 545 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MERN Boilerplate
## Install
Some basic Git commands are:
```
$ git clone https://github.com/mohamedsamara/mern-boilerplate.git
$ cd project
$ npm install
```
## Simple build for production
```
$ npm run production
```
## Run the application for development
```
$ npm start
```
## Run the application for production
```
$ npm run start:production
```
## Run the code linter
```
$ npm run lint:fix
$ npm run stylelint:fix
```
## Languages & tools
- [Node](https://nodejs.org/en/)
- [Express](https://expressjs.com/)
- [Mongoose](https://mongoosejs.com/)
- [Webpack](https://webpack.js.org/)
- [React](https://reactjs.org/)
- [Ant Design](https://ant.design/)
- [ESLint](https://eslint.org/)
- [stylelint](https://stylelint.io/)