Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T00:38:16.000Z (about 4 years ago)
- Last Synced: 2024-11-09T05:42:38.095Z (3 months ago)
- Topics: antdesign, mongoose, nodejs, react, sass, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 545 KB
- Stars: 2
- Watchers: 3
- 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/)