Skip to content

ashfaqrafi/react-field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERNjs is a full-stack JavaScript open-source solution, which provides a solid starting point for MongoDB, ExpressJS, ReactJS and NodeJS based applications. The idea is to solve the common issues with connecting those frameworks, build a robust framework to support daily development needs, and help developers use better practices while working with popular JavaScript components.

Before You Begin

Before you begin we recommend you read about the basic building blocks that assemble a MERNjs application:

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Running Your Application

To run your application follow this steps.

To install all dependencies
$ npm install
To start application
// build the application
$ npm run build

// start the application (without debug mode)
$ npm start
// start the application (with debug mode)
$ npm run debug
To live changes of application (not for production environment)
// live changes of client side
$ npm run live:client

// live changes of server side (without debug mode)
$ npm run live:server
// live changes of server side (with debug mode)
$ npm run live:server:debug

Note: Please make sure your MongoDB is running.

Your application should run on port 3000 with the default (development) environment configuration, so in your browser just go to http://127.0.0.1:3000/ for Client App, http://127.0.0.1:3000/admin for Admin App & http://127.0.0.1:3000/api for RESTful APIs.

Default Admin User
Full Name:  Administrator
Email:      [email protected]
Password:   admin
Role:       Administrator

License

The MIT License

react-field

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published