bozoputer / rwt

Template for scaffolding a React project with Tailwind CSS and webpack (+ Prettier and ESLint)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rwt

Table of Contents
  1. Getting Started
  2. Contributing
  3. License
  4. Contact

About RWT

RWT is a template for quickly scaffolding a React project with webpack and Tailwind CSS (+ Prettier and ESLint).

Getting Started

To get a local copy up and running follow these simple example steps:

Installation

  1. Clone the repo
    git clone https://github.com/bozoputer/bozoputer/rwt.git
  2. Search for all instances of rwt in package.json and update accordingly
  3. Erase the contents of this README.md file and replace with details of and information about your project
  4. Update the URL of the remote repo
git remote set-url origin <remote-name> <remote-url>
  1. Install packages
    npm install
  2. Run the app
    npm start

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

✉️

Project Link: https://github.com/bozoputer/rwt

(back to top)

About

Template for scaffolding a React project with Tailwind CSS and webpack (+ Prettier and ESLint)


Languages

Language:JavaScript 80.8%Language:HTML 14.2%Language:CSS 5.0%