Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)