Skip to content

A up to date react, webpack, express kit to get you started on coding

Notifications You must be signed in to change notification settings

MarvinCorro/easy-react-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy React Starter

This project is a simple starter kit for building React applications with webpack and Express. It provides a basic setup to help you get started quickly with your front-end development.

Features

  • React: A JavaScript library for building user interfaces.
  • Webpack: A module bundler that helps you bundle your JavaScript files for deployment.
  • Express: A fast and minimalist web application framework for Node.js.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository: git clone https://github.com/your-username/easy-react-starter.git
  2. Install dependencies: npm install
  3. Start the development server: npm start
  4. Open your browser and navigate to http://localhost:3000

Project Structure

The project structure is organized as follows:

├── src
│   ├── components
│   │   └── App.js
│   ├── index.js
│   └── styles.css
├── .gitignore
├── package.json
├── README.md
└── webpack.config.js
  • The src directory contains all the source code for your React components.
  • The components directory is where you can create and organize your React components.
  • The index.js file is the entry point of your application.
  • The styles.css file is where you can define your CSS styles.
  • The .gitignore file specifies which files and directories should be ignored by Git.
  • The package.json file contains the project's dependencies and scripts.
  • The README.md file is where you can provide documentation and instructions for your project.
  • The webpack.config.js file is the configuration file for webpack.

Available Scripts

In the project directory, you can run the following scripts:

  • npm run build-dev: Starts the development server.
  • npm run build-prod: Builds the app for production.
  • build-prod-n-serve: Builds the app for production and runs it on a node server.
  • build-library: A config for exporting react component libraries.
  • clean: Removes the current build.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

A up to date react, webpack, express kit to get you started on coding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published