infinitymint-react-typescript v0.1.0
InfinityMint Typescript Boilerplate by 0x0zAgency
Want to get straight into InfinityMint? Well this is the easiest solution for you! With just one click you can setup the developer environment to work with InfinityMint.
🗿 Requirements
- Mac OSX (any version), Windows (XP, Vista, 7, 8, 10, 11), Debian (5+), Ubuntu (14+)
- Node 16.0.0 or Higher
- ZSH, Fish or equivalent. (Bash users may/not encounter issues.)
🗿 Boilerplates & Starter-kits
Don't feel like using this template? Check out our other boilerplates and starter-kits and get building with InfinityMint straight away!
React Starter-kit (Typescript)
React Starter-kit (Javascript)
🗿 Installation
Simply use this repository as a template. By using this repository as a template it should automatically create a new git repository for you.
Please note that if you are running this through an online workspace, be patient. Wait for the Github workspace commands to fully complete before running npm start
. The postCommandScript is already gathering your node dependencies for you :)
Using this template
For developer convenience, TailwindCSS is already plugged in with PostCSS.
If you do not wish to use it, simply uninstall & remove the following lines within your webpack.config.js
:
// Starts at line 119
loader: require.resolve('postcss-loader'),
options: {
postcssOptions: {
// Necessary for external CSS imports to work
// https://github.com/facebook/create-react-app/issues/2677
ident: 'postcss',
config: true,
// And so on...
🗿 Documentation
2 years ago