Template for React project
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Riccardo Savio 7df1e6972a
Update package.json
6 months ago
node_modules fixed & update babel, webpack , postcss, tailwindcss 7 months ago
template folder error 7 months ago
.gitignore Add gitignore 7 months ago
README.md Update README.md 7 months ago
SECURITY.md Create SECURITY.md 7 months ago
index.js mawi-react-app template 7 months ago
package-lock.json Version 0.1.12 - update README.md & fix folder error 7 months ago
package.json Update package.json 6 months ago

README.md

mawi-react-app

I have created this simple template with React, so that I have a ready-made base to start developing my projects. This way I can save time and be more productive.

Write to me on Github with an issue or a pull request if you want to contribute to making the template more efficient, stable, and up-to-date.

What I used

  • React, react-dom, react-router-dom
  • Tailwindcss, Postcss, Autoprefix
  • Babel with all necessary packages and plugins
  • Webpack with all necessary packages and plugins

How the template is structured

Very simply, there is a /public folder with an index.html file and a /src folder containing the React app.

The flow starts with the index to initialize React, then passes through the router and sends to the Homepage component with a simple hello world. In addition, there is the NotFound component for the 404 error.

Install and use:

npm i -g mawi-react-app
npx mawi-react-app project-name
cd project-name
npm install
npm start

NPMjs Package GitHub Repository