diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/README.md b/README.md index 4696eea..a94d03e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ > With one command, setup your Frontend project with additional configuration out of the box. # What does this do? + See this as create-react-app with extra, I know you are tired from having to setup prettier, Eslint e.t.c all the time, or you are tired of doing the same thing all over and over again, I created this to help, personally as a side project to help myself, but then you might need it. > **Compatibility Note:** @@ -36,12 +37,12 @@ Then follow the prompts to setup the project! - `vanilla-ts` - `react` - `react-ts` +- `next` This will be updated with more templates. You can use `.` for the project name to scaffold in the current directory. - ## What more can you do? If you love this project and the setup, it will be okay to give this project a star on [Github](https://github.com/DeveloperAspire/swifty-config). and share with friends as this will help make the project more avaliable and popular and yeah, helps boost my little ego 🧑‍💻 @@ -60,7 +61,6 @@ Created by [Franklin Okolie](https://github.com/DeveloperAspire) MIT (c) [Franklin Okolie](https://github.com/DeveloperAspire). -